﻿body {
    font: 14px/1.8;
    Font-family: Helvetica, Tahoma, Arial, "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
    color: #333;
    background-color: #f3f4f8;
    -ms-overflow-style: scrollbar; /*解决浮动块 ie浏览器遮挡滚动条*/

    /*background-image:url("../images/xybg.png");*/
    /*全屏背景处理*/
    /*background-image: url("../images/allbg.jpg");  
    background-position: center 0;  
    background-repeat: no-repeat;  
    background-attachment: fixed;  
    background-size: cover;  
    -webkit-background-size: cover;  
    -o-background-size: cover;  
    -moz-background-size: cover;  
    -ms-background-size: cover;*/
}
*:focus {
            outline: none;
       }
/*   
 蓝色  #3399ff;
 字体  #333;
 橙色  f3731e;
 灰底  #f2f2f2;
*/

/*20181113新增 icon 背景图标处理*/
.cssicon-hotlk {
    background-repeat: no-repeat;
    background-image: url(../images/cssicon.png);
    background-position: 0 -451px;
    height: 18px;
    width: 16px;
}

/*提示样式*/

.layer-msg-success {
    position: fixed;
    z-index: 99999;
    background-color: #000;
    color: #fff;
    padding: 8px 15px;
    opacity: .85;
    border-radius: 4px;
    box-shadow: 0px 0px 4px #000;
}

.layer-msg-error {
    position: fixed;
    z-index: 99999;
    background-color: #ffa0a0;
    color: #000;
    padding: 8px 15px;
    opacity: .85;
    border-radius: 4px;
    box-shadow: 0px 0px 4px #000;
}

/*提示样式 END*/


/*HTML5 标签支持*/
header, footer, nav, section, article {
    display: block;
}
.carousel-indicators li{
    background: rgb(0,0,0);
    border:1px solid #000;
    border-radius:10px; 
}






.inputEmptyErrStyle {
    border: 2px solid #f00 !important;
}

.container {
    width: 1170px;
    background-color: #fff;
}

.col-lg-12 {
max-width:1170px;
}


/*IE8 Hack*/
.b_right {
    width: 820px\9;
}

.b_menu {
    width: 850px\9;
}

.row > img {
    overflow: hidden\9;
    width: 1170px\9;
}



.hack_row {
    float: left\9;
}

.zx_content {
    width: 850px\9;
}

.bz {
    display: none\9;
}

ul.nav > li > ul li {
    background-color: #f9fdb0\9;
}


.container {
    min-width: 1170px\9;
}

/*END IE8 Hack*/

/**全站 a样式*/
a {
    cursor: pointer;
    text-decoration: none !important; 
}
    a:hover {
        color: #f3731e;
    }

/*放大身份证窗口*/
.js-max-input {
    border: solid 1px #808080;
    background: #faf8ae;
    padding: 0 15px 0 15px;
    font-size: 20px;
    color: red;
    width: 255px;
    z-index: 10;
    margin-bottom: 25px;
}

#browseralterpanl {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    vertical-align: middle;
    line-height: 25px;
    margin-top:25px;
}



/*输入提示下拉*/
.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    cursor: pointer;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

/* END 输入提示下拉*/


/********************************/


.font_color_red {
    color:red;
}


.font_blue {
    color: red;
    font-weight: bold !important;
}
.font_blue:hover {
    color: red !important;
}

.fixie8 {
color:#999;
}

.max-content {
    max-width: 1440px;
    height: 30px;
}
.col-center-block {  
    float: none;  
    display: block;  
    margin-left: auto;  
    margin-right: auto; 
    width: 1440px; 
}
.breadcrumb {
    background-color:#eeeeee !important;
}
.breadcrumb>li{
    font-size:16px;
}
.signUp>p{
    margin-top:20px;
    text-align: center;
    font-size: 25px;
    color: #000;
}
.signUp {
    width: 868px;
    height: 153px;
    padding-bottom: 30px;
    background: url('../images/sign.png') no-repeat;
    /* background-size: 100% ;      */
}
    .signUp li {
        float: left;
        top: 50px;
        margin-left: 10px;
        width: 155px;
    }
.signUp span{
    position: relative;
    top:-20px;
    font-size: 16px;
}
.signUp i{
    display: inline-block;
    width: 60px;
    height: 55px;
}
.sign-1 i{
    background: url('../images/sign1-1.png') no-repeat;
}

.sign-2 i{
    background: url('../images/sign2-2.png') no-repeat;
}

.sign-3 i{
    background: url('../images/sign3-3.png') no-repeat;
}

.sign-4 i{
    background: url('../images/sign4-4.png') no-repeat;
}

.sign-5 i{
    background: url('../images/sign5-5.png') no-repeat;
}

.navbar-fixed-top {
    /*background-image: url('../images/bg_top.png') ;*/
   background-color: #efefef;
   color: #898989;
   border-color: #c8c5c5;
}

.navbar {
    min-height: 30px;
}

.top_div {
    float: right;
    line-height: 30px;
    height: 30px;
    width: 600px;
    text-align: right;
}

.top_usermain {
    /*width: 90px;*/
    position: absolute;
    background-color: #f5f5f5;
    padding: 5px;
    text-align: center;
    color: #fff;
    border: solid 1px #ddd;
}

.myhover {
float:left;
}

.myhover ul {
display:none;
}

.myhover:hover ul {
display:block;
}



.top_tel {
    width: 286px;
    height: 80px;
    float: left;
    background-image: url('../images/tel2.png');
    position: relative;
    left: 500px;
    top: 43px;
}

.top_weixin_kf {

    width: 100px;
    height: 100px;
    float: right;
    position: relative;
    top: 50px;

}

.top_label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    margin-right: 8px;
    margin-left: 8px;
    margin-top: 1px;
}
.top_label a:hover{color: #39f;}
.basetop {
    padding: 0;
    height: 190px;
    width: 1170px;
    background-image: url("../images/top_logo_bg.png");
    background-position: -90px 0px;
    z-index: 1;
}

.show-qrcode:hover > .my-qrcode {
    display: block;
    border: 1px solid #dedede;
}

.my-qrcode {
    width: 125px;
    height: 125px;
    display: none;
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #f3731e;
}


.nav-qrcode-modal {
    width: 126px;
    height: 142px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -71px;
    margin-left: -63px;
    text-align: center;
    color: #00f;
}
.modal-btn-close {
    position: absolute;
    display: inline-block;
    width: 22px;
    height: 22px;
    border: 1px solid #666;
    right: -11px;
    top: -11px;
    background-color: #ccc;
    border-radius: 11px;
    color: #f00;
    line-height: 22px;
    cursor:pointer;
}


.headsearch {
    width: 330px;
    height: 40px;
    border: 1px solid #39f;
    position: relative;
    top: 65px;
    left: 490px;
    float: left;
}

    .headsearch > .search_box {
        width: 250px;
        margin: 5px;
        height: 30px;
        line-height: 30px;
        border: 1px solid rgb(255, 255, 255);
        padding-left: 15px;
        color: #ccc;
    }

        .headsearch > .search_box:focus {
            color: #666;
        }

    .headsearch > .btn_submit {
        color: #fff;
        font-size: 16px;
        line-height: 38px;
        cursor:pointer;
    }

input::-webkit-input-placeholder {
    color: #ccc;
}

input::-moz-placeholder {
    color: #ccc;
}

input:-ms-input-placeholder {
    color: #ccc;
}

.pop_menu {
    width: 235px;
    height: 40px;
    background: #39f;
    font-size: 16px;
    color: rgb(255, 255, 255);
    padding: 10px 84px;
    cursor: default;
    float: left;
}


.pop_menu_s {
    width: 235px;
    height: 358px;
    background: #000;
    margin-left: -84px;
    display: none;
    background: #0789ee;
    position: relative;
    z-index: 11;
}

.pop_menu:hover #pop_menu_s {
    display: block;
    background:#0789ee;
}

.pop_menu_s:hover {
    background:rgba(0, 0, 0, 0.7);

}

.pop_menu_p {
    padding-top: 11px;
    border-bottom: 1px dashed rgb(204, 204, 204);
    padding-bottom: 7px;
    padding-left: 20px;
}

    .pop_menu_p p:hover {
        background-color: #000;

    }


    .pop_menu_p a {
        color: #fff;
    }

.pop_menu_p_btn {
    color: #3d464d;
    background-color: #fff;
    border-color: #3399ff;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
}
.pop_menu_p_btn  a{color: #3d464d;}
.pop_menu_p_btn:hover {
    background-color: #f00;
    color: #fff;
}
.pop_menu_p_btn:hover a{color: #fff;}
.btnZTCInMenu {
position: relative;
display: block;
/*background-image: url("../images/train.png");*/
margin: 25px;
text-align: center;
background-color: #fff;
border-radius: 5px;
padding: 3px 8px;
cursor: pointer;
color: #3d464d;
}
.TCInMenu-prompt{
    position: absolute;
    top: -27px;
    left: 203px;
    width: 100%;
/*    height: 100%;*/
    display: none;
    padding:5px;
    background: #000;
    border:3px solid #f3731e;
    /*opacity: .7;*/
    color:#fff;
}
.TCInMenu-prompt>i{
    position: absolute;
    top:-3px;
    left: -20px;
    width: 20px;
    height: 107%;
    background:url("../images/jiantou.png");
    background-size: 20px 100%;
}
.btnZTCInMenu:hover >.TCInMenu-prompt{
    display: block
}
.btnZTCInMenu:hover {
    color:#f3731e;
}
.btnZTCInMenu  a {
    color:#fff;
}

.b_menu {
    width: 935px;
    height: 41px;
    line-height: 41px;
    /*background: rgba(204, 204, 204, 0.26);*/
    border-bottom: solid rgb(51, 153, 255) 2px;
    float: left;
}


/*右边导航菜单*/

ul {
    margin: 0;
    padding: 0px;
}

li {
    list-style: none;
}

ul.nav li {
    width: 76px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}


    ul.nav li ul  {
        width: 106px;
    }

ul.nav li ul li {
    width: 106px;
}


ul.nav > li {
    float: left;
    margin-right: 10px;
}

    ul.nav > li > ul {
        display: none;
    }

ul.nav > li.on > ul {
    display: block;
}

ul.nav>li {
    position: relative;
    z-index: 10;
    cursor:pointer;
}

    ul.nav > li > ul {
        margin-top: -2px;
        box-shadow: 0px 1px 2px 1px #999;
        border-top: 3px solid #f3731e;
    }

    ul.nav > li > ul li {
        padding: 10px 10px;
        margin: 0;
        background-color: #fff;
        /*display: inline-block;*/
    }

.nav .content_c:after {
    content: ">";
    color: #ccc;
    margin-left: 10px;
}

ul.nav > li > ul li:hover {
    background-color: #eee;
}

ul.nav li:hover>ul {
    display: block;
}

ul.nav li > ul > li:hover>ul {
    display: block;
}
ul.nav li ul li ul  {
    display: none;
}



ul.nav > li > ul > li ul {
    position: absolute;
    margin-top: -30px;
    right: -131px;
}


ul.nav > li > ul li ul {
    box-shadow: 0px 0px 1px 0px #f3731e;
}

ul.nav ul > li {
    border-bottom: dashed 1px #ccc;
}
    ul.nav ul > li:last-child {
        border-bottom: none;
    }

    ul.nav ul > li:first-child {
        border-top: none;
    }

ul.nav a {
    font-size: 11px;
    font-weight: 400;
    padding: 0;
    display: block;
    width:100%;
    height:100%;
    /*direction:*/
}

ul.nav > li > a {
    padding: 0 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #333;
    display: block;
}
ul.nav > li > a:hover{
    background-color: transparent !important;
    color: #39f;
}

/*登录注册Model框*/
#UserModelDiv .modal-ul-li-set {
    margin-left: 20px;
    /*background-color: #eee;*/
}

    #UserModelDiv .modal-ul-li-set li {
        padding-left: 15px;
    }

#UserModelDiv .nav-tabs > li.active > a {
    border-top: 3px solid #3399ff;
    background-color: #e7e7e7;
}

#UserModelDiv .modal-header {
    padding: 10px;
    border-bottom: none;
}

#UserModelDiv .am-tab-panel-div {
    height: 450px;
    padding: 10px;
}


#UserModelDiv .glyphicon-form {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
    color: #ccc;
}

#UserModelDiv .form-p-boder {
    margin: 10px 20px 10px;
    max-width: 252px;
}


#UserModelDiv .userlogin_login {
    float: right;
    width: 312px;
    height: 280px;
    border: 1px solid #eeeeee;
    color: #808080;
    padding: 10px;
    margin-top: 10px;
}

#UserModelDiv .regaccinfo {
    margin-bottom: 20px;
    color: red;
}

#errMsg_Person,#errMsg_Company {
display:none;
}

/*开班时间轴*/
.about_content {
    width: 77%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: -35px;
}

    .about_content h2, .about_content h3 {
        text-align: center;
        font-weight: bold;
        color: #23B8FF;
    }

    .about_content h2 {
        font-size: 30px;
        line-height: 65px;
        margin: 0;
    }

    .about_content p {
        font-size: 1.8rem;
        color: #999;
        text-align: center;
        font-weight: 600;
        line-height: 50px;
    }

/*开班时间轴 节点*/
.event_box {
    width: 100%;
    margin: 3% auto 0;
    position: relative;
    min-height: 220px;
}


    .event_box .parHd {
        width: 100%;
        display: inline-block;
        height: 92px;
        overflow: hidden;
        background: url(../images/timer_bg.png) no-repeat;

    }

.parHd ul {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 25px !important;
}

.parHd .tempWrap {
    margin: 0 auto;
}


.parHd li.no_line:before {
    display: none;
}

.parHd li {
    display: inline-block;
    cursor: pointer;
    padding-top: 30px;
    font-size: 16px;
    color: #999;
    margin: 0 10px;
    position: relative;
}

    .parHd li:after {
    content: '';
    background: url(../images/dot_ico.png) no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    z-index: 20;
    top: 3px;
    left: 38px;
    margin-left: -6px;
    }

.parBd {
    text-align: center;
}

    .parBd h4 {
        position: relative;
        font-size: 24px;
        padding: 0 60px;
        display: inline-block;
        text-align: center;
        margin: 0px;
    }


    .parBd p {
        line-height: 380%;
        font-size: 1.1rem;
        width: 80%;
        margin: 0 auto;
        color: #999;
    }

div#listBox {
    width: 100%;
}

.sPrev, .sNext {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 10px;
}

.sPrev {
    left: 0;
    margin-left: -6px;
}

.sNext {
    right: 0;
    margin-right: 20px;
}

    .sPrev img, .sNext img {
        transition: all .6s cubic-bezier(.51,1.1,.9,.95);
        -moz-transition: all .6s cubic-bezier(.51,1.1,.9,.95);
        -webkit-transition: all .6s cubic-bezier(.51,1.1,.9,.95);
        -o-transition: all .6s cubic-bezier(.51,1.1,.9,.95);
    }

.parHd li.act span {
    display: block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    background: url(../images/cat.png) no-repeat;
    position: absolute;
    top: -5px;
    left: 24px;
    z-index: 21;
}

.parHd li span, .parHd li.clone span {
    display: none;
}

.time_info_pro {
    margin: 0 auto;
    width: 300px;
    text-align: center;
    background-color:#3399ff;
    color:#fff;
    border-radius: 20px;
    border: 1px solid #3399ff;
    margin:3px;
    padding: 8px 30px;

}

.time_info_pro:hover {
        border: 3px solid #f3731e;

}


/*开班时间轴结束*/

/*学校动态*/
.home_xxdt {
    background-color: #fff;
    height: 450px;
    padding: 0;
    max-width: 473px;
}

.home_xxdtpanl_centerline {
    width: 15px;
    height: 450px;
    float: left;
    position: absolute;
    top: 0;
    background-color: #f2f2f2;
}

.home_xxdtpanl {
    width: 100%;
    height: 261px;
    
}

.xxdyitem {
width:100%;
height:261px;
padding:25px;
}

    .xxdyitem li a {
        color: #f3731e;
    }

    .xxdyitem .xxdyitem-title {
        max-width: 420px;
        overflow: hidden;
        white-space: nowrap;
        font-size: 14px;
    }

    .xxdyitem .xxdyitem-detail {
        max-width: 420px;
        height: 36px;
        overflow: hidden;
        margin-top: -10px;
        color: #999;
        margin-bottom: 15px;
    }
/*学校动态END*/
/*改写 弹层关闭按键*/
.modalbtnclose {
    opacity: 0.85;
}

.modalbtnclose:hover {
    opacity: 1;
}
/*END 弹层关闭按键*/


/*资讯*/
.zx {
    width: 100%;
    min-height: 285px;
    float: left;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 30px;
}

.zx_top {
    width: 100%;
    height: 50px;
    float: left;
    overflow: hidden;
    background: url(../images/zxtop.jpg) no-repeat;
    background-size: 100%;
}

    .zx_top span {
        width: 260px;
        height: 50px;
        line-height: 50px;
        padding-left: 55px;
        font-size: 26px;
        font-weight: bold;
        float: left;
    }

    .zx_top a {
        width: 40px;
        height: 50px;
        float: right;
        line-height: 50px;
        font-size: 18px;
        padding-right: 100px;
    }


.zx_font {
    width: 99.6%;
    min-height: 251px;
    float: left;
    /*background: url(../images/zxbbg.jpg);*/
    border: 1px solid #dcdddc;
    border-top: none;
}

.zx_font1 {
    width: 95%;
    min-height: 96px;
    margin: 16px 0 0 16px;
    float: left;
    overflow: hidden;
    border-bottom: 1px dotted #999999;
    padding-bottom: 10px;
}

.zx_img {
    width: 180px;
    height: 127px;
    float: left;
}

    .zx_img img {
        width: 180px;
        height: 127px;
    }

.zx_js {
    width: 65%;
    min-height: 80px;
    float: left;
    margin-left: 25px;
    overflow: hidden;
    font-size: 24px;
}

.zx_js1 {
    width: 100%;
    height: 38px;
    line-height: 38px;
}

    .zx_js1 a {
        font-weight: bold;
    }


.zx_js2 {
    line-height: 25px;
    text-indent: 2em;
    font-size: 18px;
}

    .zx_js2 a {
        font-size: 22px;
    }


.zx_font2 {
    width: 100%;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

    .zx_font2 li {
        width: 90%;
        height: 40px;
        line-height: 40px;
    }

        .zx_font2 li a {
            width: 80%;
            height: 30px;
            float: left;
            margin-left: 10px;
        }


        .zx_font2 li span {
            width: 75px;
            height: 23px;
            float: right;
        }

/*资讯结束*/














/*底部信息*/

.footer_hr {
    margin: 20px auto;
    width: 1000px;
    border-top: 1px solid #02abed;
}

.footer_hr_g {
    margin: 20px auto;
    width: 1200px;
    border-top: 1px solid #cccccc;
}

.footer {
    margin: 0 auto;
    width: 1000px;
    height: auto;
}

    .footer h3 {
        color: #3399ff;
        font-size: 14px;
        font-weight: 600;
    }

    .footer a, .addinfo a {
        color: #9d9d9d;
    }
        .footer a:hover, .addinfo a:hover {
            color: #f3731e;
        }

.addinfo {
    text-align: center;
    margin: 10px auto;
    width: 1000px;
    color: #9d9d9d;
}

.addinfojszc {
    text-align: center;
    margin: 0px auto;
    width: 1000px;
    color: #9d9d9d;
}


.home_btn {
    border-radius: 20px;
    border: 1px solid #3399ff;
    margin:3px;
    background-color: #fff;
    padding: 6px 12px;

}

.HotCourses_on {
    background-color: #3399ff;
    color:#fff;

}

.NewCenter_on {
        background-color: #3399ff;
    color:#fff;

}


.tab_box_k img {
    width: 238px;
    height: 164px;
}
.tab_box_n {
    margin-bottom: 10px;
    width: 250px;
    margin: 0px;
    float: left;
    height: 330px;
    border: 1px solid #ddd;
    margin: 27px;
    box-shadow: 0px 0px 20px 7px #ddd;
    background-color:#fff;
}

.tab_box_n:hover {
box-shadow: 0px 0px 20px 7px #ccc;
position: relative;
bottom: 10px;

}


.ExpImg {
    height:150px;
    width: 248px;
}

.w-border:hover {
            border:2px solid #3399ff;

}

.exp_img_info_title {
    font-weight: 600;
    margin: 15px 20px 0px 20px;
    /*height: 45px;*/
    line-height: 32px;
    width: 260px;
    color:#4C4C4C;
}

.exp_img_info {
    font-size: 11px;
    color: #909090;
    padding-left: 20px;
    width: 230px;
    height: 58px;
}

.exp_img_info_tec {
    margin-left:20px;
    line-height: 60px;
    font-size: 16px;
}

.exp_img_info_hr {
    width: 85%;
    height: 2px;
    color: #808080;
    border-bottom: 1px solid #ccc;
    margin-left: 15px;
}

/*首页新闻样式 Tab*/

.tab_title_H1 {
    margin-left: 35px;
}

.underNone {
    border-bottom: none;
}

.titleH1 {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #9D9D9D;
    margin-bottom: 5px;
    margin-top: 0.5rem;
}

.title {
    padding-left: 1px;
}

    .title li {
        width: 160px;
        text-align: center;
        background-color: #dddddd;
        font-size: 17px;
        float: left;
        cursor: pointer;
        padding: 6px 0;
        color:#4C4C4C;
        font-weight:bold;
    }

        .title li.cur {
            background: #2d8fe6;
            color: #ffffff;
        }

.titleexp li {
    float: left;
    margin-right: 10px;

}

.zong {
    clear: both;
    width: 1200px;
    height: 170px;
    overflow: hidden;
}

.list {
    width: 5000px;
}

    .list .tabCon {
        float: left;
        width: 1200px;
        height: 170px;
        border-top: 0px;
    }


.tabth {
    width: 1197px;
    height: 27px;
    line-height: 27px;
    color: #ffffff;
    background-color: #f26d0b;
}

    .tabth span {
        display: inline-block;
        text-align: center;
        float: left;
    }

#s1, #s2, #s3, #s4 {
    overflow: hidden;
    margin-top: 3px;
}

.tabUl {
    height: 200px;
    overflow: hidden;
}

.tabtr {
    width: 1200px;
    height: 40px;
    *height: 38px;
    line-height: 40px;
    *line-height: 38px;
}

    .tabtr span, .tabtr a {
        display: inline-block;
        text-align: center;
        cursor: pointer;
        float: left;
    }

.clickbtn {
    border-radius: 5px;
    padding: 5px 10px;
}

.hot {
    background: #e25353;
    color: #ffffff;
    cursor: pointer;
}

.pass {
    background: #b1b2b3;
    color: #666666;
    cursor: no-drop;
}

.tab_box_k {
    width: 221px;
    margin: 10px;
    float: left;
    box-shadow: 0px 0px 3px 0px #999;
    overflow:hidden;
}


.a_wjzx {
    height: 141px;
}

/*底部新闻框*/


.home_news_left {
    float:left;
    width:740px;
    min-height:303px;
    box-shadow: 0px 0px 5px 0px #999;
    margin: 5px;
}

.home_news_right {
    float: right;
    width: 408px;
    min-height: 310px;
}


.date_panl {
    float: left;
    width: 90px;
    padding: 5px 10px 0px 15px;
    border: 1px #c5c5c5 solid;
    height:101px;
    border-bottom: 0;
}



.news_panl {
    float:left;
    width: 650px;
    padding: 10px;
    border: 1px #c5c5c5 solid;
    border-left: 0;
    height:101px;
    border-bottom: 0;
}

.li_end_border {

 border-bottom:1px #c5c5c5 solid;

}

.month {
    font-size:16px;
}


.date {
    font-size: 30px;
}

.year {
    font-size: 24px;
    color: rgb(170, 170, 170);
}

.datetimepicker .year {
    font-size: 14px;
}


.news_title {
    margin-left: 10px;
    font-size: 18px;
    line-height: 18px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news_desc {
    color: rgb(153, 153, 153);
}


.new_s_title {
    float: left;
    width: 600px;
    margin-top: 22px;
    font-size: 1.8rem;
    font-weight: 400;
    margin-left: 30px;
    color: #555555;
    height:95px;
    background-color:#fff;
    padding:10px;
    position: relative;
    z-index: 25;

}

    .new_s_title a {
    color:#666;
    font-weight:600;
    }


    .new_s_title > title_a a:hover {
        color: #2d8fe6;
    }

.new_s_p {
    color: #999999;
    font-size: 1.3rem;
    word-break: break-all;
    width: 550px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 0px;
    line-height: 1.6;
}

.new_hot_img {
    height: 303px;
    box-shadow: 0px 0px 5px 0px #999;
    margin: 5px;
}
.news_desc {
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
    margin-left: 10px;
}

.news_img_desc {
    line-height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-left: 10px;
}
    .new_hot_img img {
    width: 440px;
    height: 270px;
    }

.list .tabCon_new {
    float: left;
    width: 1197px;
    height: 350px;
    border: 1px solid #F2F2F2;
    border-top: 0px;
    /*background:url("../images/temp_new.jpg");*/
}

.zong_new {
    clear: both;
    width: 1200px;
    height: 380px;
    overflow: hidden;
}


.new_more {
    margin: 0 auto;
    width: 300px;
    text-align: center;
}


/*首页新闻样式结束*/



/*走进祥粤*/
.b_left {
    /*padding: 0;
    float: left;
    margin-left: 10px;
    max-width: 235px;
    width: 235px;
    box-shadow: 0px 0px 5px #eee;*/
    float: left;
    max-width: 235px;
    width: 235px; 
    padding-left: 0px;
    padding-right: 0px;
}
    .b_left ul {
    background-color: rgb(255, 255, 255);
    }


.b_right {
    padding: 0;
    float: left;
    width: 909px;
    margin-left: 15px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px #eee;
}

.com_right {
    float:left;
    width: 100%;
    background-color: rgb(255, 255, 255);
}

.left_menu_title {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    color: #3399ff;
    height: 50px;
    vertical-align: middle;
    line-height: 50px;
}

    .left_menu_title a {
        color: #fff;
    }

.project_left ul li {

}
.p_btn {
    width: 235px;
    display: inline-block;
    margin-bottom: 0;
    font-size: 1.6rem;
    padding: 0.5em 2em;
    vertical-align: middle;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    background-image: none;
    border-bottom: 1px #bdbaba dotted;
    border-radius: 0;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
    transition: background-color 300ms ease-out, border-color 300ms ease-out;
}

.p_btn a {
    color: #333;
}


/*走进祥粤END*/

.cx_box {
    padding: 10px;
    margin: 20px auto;
    text-align: center;
    line-height: 40px;
    height: 65px;
    border: 1px solid #eee;
    vertical-align: middle;

}
.cx_box:hover{
    background-color:#eee;
}

/*项目推荐广告*/
.RightADbox {
    width: 235px;
    /*margin-left: -5px;*/
}

/*项目推荐广告END*/
/*项目project.aspx 浏览*/
.project_div {
    width: 435px;
    height: 220px;
    float: left;
    margin: 5px;
    border: solid 1px #dedede;
    box-shadow: 0px 0px 5px #eee;
}

    .project_div:hover .kdiv {
        display: block;
    }


.kdiv {
    position: absolute;
    display: none;
    width: 435px;
    height: 220px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000);
    text-align: center;
    vertical-align: middle;
    line-height: 32px;
    text-overflow: ellipsis;
}

.project_div img {
    float: left;
}

.kdiv_div_btn {
    margin-top: 125px;
}

.kdiv_p {
    float: left;
    margin-top: 75px;
    text-align: center;
    width: 100%;
    font-size: 2.8rem;
    
}

/*项目project.aspx END*/

/*新闻详情页*/

.zx_content {
    text-align: left;
    width: 920px;
    float: left;
    -webkit-font-smoothing: antialiased;
}
.zx_title {
    text-align:center;
    margin-bottom:40px;
    color: #4C4C4C;
}
.zx_title h1{
    font-size:18px;
}

.zxt_font {
    padding: 45px;
    min-height: 580px;
}

.zxt_font p {
    text-indent:2em;
}


    .zx_fx {
        margin: 0px 15px;
    }
.zx_content_right {
    float: right;
    text-align: left;
    line-height: 33px;
    margin-top: 200px;
    padding: 50px 20px;
    width: 250px;
    height: 600px;
    background-color: #cccccc;


}

.zxt_font .need-login {
    margin: 0 auto;
    margin-top:50px;
    width: 380px;
    border: 1px dotted #f3731e;
    padding: 50px;
}
/*新闻详情页 END*/
/*用户中心*/
.MyCertExTable-border {
    border: 2px solid #f3731e;
}

.usermain_text_vip {
    width: 215px;
    height: 69px;
    line-height: 75px;
    font-size: 20px;
    font-family: -webkit-pictograph;
    font-size: 60px;
    cursor:pointer;
}


.invoice {
    height: 138px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border: 1px solid #f3731e;
    border-radius: 4px;
}

#OrderPanlEx .bootstrap-table .fixed-table-pagination .pagination ul li>a{
    border: 1px solid #f3731e;
    color: #f3731e;
}
#OrderPanlEx .bootstrap-table .fixed-table-pagination .pagination ul .active>a{
    background-color: #f3731e;
    border-color: #f3731e;
    color: #fff;
}
#OrderPanlEx>.bootstrap-table .fixed-table-pagination .pagination-detail>.page-list ul li a{
    text-align: right;
}
#OrderPanlEx>.bootstrap-table .fixed-table-pagination .pagination-detail>.page-list ul .active a{
    background: #f3731e;
}
#cartpanel>.bootstrap-table .fixed-table-pagination .pagination ul li>a{
    border: 1px solid #f3731e;
    color: #f3731e;
}
#cartpanel>.bootstrap-table .fixed-table-pagination .pagination ul .active>a{
    background-color: #f3731e;
    border-color: #f3731e;
    color: #fff;
}

.payment{
    display: none;
}

.paymentqrcode {
    margin-bottom:15px;
    margin-top:15px;
}
.resp-tab-content {
    font-size: 14px;
    text-align: left;
    min-height: 480px;
}

.font_b {
    font-weight:600;
}

.div_play {
margin-top:-30px;
}

.changePws {
    border: 1px solid #1e96f3;
    padding: 5px;
    float: right;
    width: 150px;
}

.changePws_display {
        display:none;

}

.cert_list {
    width:23%;
    height:63px;
    border:1px solid #eee;
    float:left;
    padding:10px;
    text-align:center;
    line-height:39px;
    margin: 3px;
    
}

.cert_add_btn {
    background: rgb(132, 191, 244);
}

#cert_addoredit .input-group-addon {
width:100px;
}

#cert_addoredit .input-group {
width:100%;
}

.nowimg {
border:1px solid #eee;
width:192px;
height:256px;

}

.laba {
    width:25px;
    height:25px;
    background:url("../images/laba.gif");
    background-repeat:no-repeat;
    padding: 0px 13px;

}

.lab_keyword a {
    color: #fff;
    margin-left: 1px;
    line-height: 17px;
}


.lab_keyword {
    background: #3399ff;
    color: #fff;
    padding: 5px;
    margin: 10px;
    border-radius: 3px;
}
.lab_keyword:hover {
    background: #f00;

}
#myTab>li.active a {
        border-top: 3px rgb(51, 122, 183) solid;
}

#old_pws input {
border:1px solid #ddd;
}

#usermain_menu {
font-size:14px;
background-color:rgb(245, 245, 245);

}

    #usermain_menu li {
    background-color:rgb(245, 245, 245);
    border-color: #fff;
    border: 0px;

    }
    #usermain_menu li {
        color: #555555;
        padding-left: 40px;
        z-index: 0;
    }



div#usermain_menu.b_left > ul.list-group > li.list-group-item > span.badge {
    background-color: #d9534f;
    color: #fff;
}

    .userinfo_li {
        width: 55px;
        text-align: right;
        display: block;
        float: left;
    }


.usermain_right_div, .usermain_right_div_jdy, .usermain_right_div_bim {
    /* border: 1px solid #ddd; */
    border-radius: 5px;
    padding: 15px;
    display: none;
}

.ksbmtsdiv {
margin:10px;
}
    .liactive {
    background-color:#f3731e;
    color:#fff;
    }



    #usermain_menu .action:hover {
    background-color:#dc5e09
    }
    #usermain_menu li:hover {
    background-color:#ddd;
    cursor:pointer;
    }

    #usermain_menu i {
    margin:0px 10px;
    }
.lispanpadding {
    padding-left: 20px;
    border-left: 2px solid rgb(221, 221, 221);
    margin-left: 5px;
}

.lipresentation {
    border: 1px solid #3399ff;
    border-radius: 20px;
    display: block;
    margin-left: 13px;
}



.catalog li.active {
    background: #39f;
    color: #fff;
}

    .catalog li.active a {
        color: #fff;
    }

#ztc_center .sec-tabs > li {
    width: 130px;
    float: left;
    margin: 3px;
    padding: 4px;
    font-size: 14px;
    border: 1px solid #39f;
    border-radius: 20px;
    margin-right: 10px;
}

    #ztc_center .sec-tabs > li.active {
        background-color: #39f;
    }

        #ztc_center .sec-tabs > li.active a {
            color: #fff;
        }

    #ztc_center .sec-tabs > li > a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0;
    }

#ztc_center .sec-tabs {
    margin-top: 20px;
    height: 40px;
    overflow: visible;
    margin-bottom: 36px;
}

    #ztc_center .sec-tabs li {
        position: relative;
        display: block;
        float: left;
        height: 40px;
        line-height: 30px;
        color: #333;
        font-size: 18px;
        text-align: center;
    }

        #ztc_center .sec-tabs li.active {
            background: #39f;
            color: #fff;
            box-shadow: inset 0px 0px 11px 5px #5689ef;
        }

        #ztc_center .sec-tabs li em {
            position: absolute;
            left: 30%;
            top: 38px;
            font-size: 0px;
            line-height: 0px;
            width: 0px;
            height: 0px;
            border: 15px solid #ffffff;
            border-top: 10px solid #ccc;
            display: none;
        }

        #ztc_center .sec-tabs li.active em {
            display: block;
        }



        /*初始化时隐藏课程选择列表*/
#jjselectpanel, #xkselectpanel, #jdyselectpanel {
    display: none;
    
}


#OrderPanlNumber1 button span.badge {
    display: none;
    margin-top: 4px;
}



/*直通车用户分类控制*/
.LoginUserType1hide {
}

.btnKCXZ {
    width: 258px;
    margin: 10px 10px 10px 0px;
    border: 1px solid #aaa;
    border-radius: 20px;
    font-size: 15px;
    outline: none !important;
    position: relative;
}

.btnKCXZ_span {
    max-width: 215px;
    display: inline-block;
    position:relative;
}
    .btnKCXZ_span .cssicon-hotlks {
        position: absolute;
        z-index: 209;
        top: -16px;
        right: -18px;
    }



    .btnKCXZ:hover {
        border: 1px solid #f3731e;
        color: #f3731e;
        background: #fff;
        box-shadow: 0px 2px #f3731e;
    }
.btnKCXZ-on{
    background: #fff !important;
    border: 1px solid #f3731e !important;
    color:#f3731e !important;
}

/*用户中心 END*/


#saveMyCart{
    /* float: right; */
    padding: 10px;
    background-color: #f3731e;
    color: #333;
    cursor: pointer;
    font-size: larger;
    font-weight: 500;
    /* margin-top:15px; */
    margin-bottom: 15px;
}

div.payment .nav-tabs > li.active > a {
    background-color: #fffdca;
}

.resetOrderPanlNumber1 {
    margin-left: 15px;
    font-size: 15px;
    cursor: pointer;
    color: #6fb628;
}
    .resetOrderPanlNumber1 i {
        color: #333;
        margin-right: 8px;
    }

.dropdown-menu {
    min-width: 55px;
}


#ShowOrderDetail, #GoOrderPay, #GoOrderInvoice, #DelThisOrder {
    cursor: pointer;
}


#MyCertExTable .glyphicon-plus ,#AutoCartTable .glyphicon-remove{
    cursor:pointer;

}



 col-md-6 {
padding-left:0;
}
.select_in_p1 {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color:#333;
    font-size: 18px;
}
.select_in_p {
    padding: 7px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color:#333;
    font-size: 14px;
}
.btn-fontSize{
    font-size:18px;
}
#cartpanel {
display:none;

}

#ztc_zzbm .p_title_step { 
    display: block;
    width: 100%;
    padding: 10px 0;
    background: #eeeeee;
    font-size:16px;
    color:#555;
    font-weight: 600;
    /* margin-right:50px; */
}
.p_title_step>b{
    margin-left:15px;
    font-size: 18px;
    font-weight: 500;
}
#xinkao_book_submit {
    padding: 7px;
    background-color: #3399ff;
    color: white;
    cursor: pointer;
    font-size: larger;
    font-weight: 600;

}

.pxdz_textarea {
    margin-top: 15px;
    padding: 5px;
    margin-bottom: -3px;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ddd;
    height: 34px;
}




/*学时下载样式*/
#LoadDivFromEdu  {
            border: 1px solid #B6C6DD;
            border-collapse: collapse;
            width: 100%;
        }

#LoadDivFromEdu  td {
    border: 1px solid #B6C6DD;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
}

#LoadDivFromEdu th {
    border: 1px solid #B6C6DD;
    background: #ECF2FE;
    line-height: 15px;
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
}
/*学时下载样式 END*/


/*企业基本信息表格*/
.ItemTitleName {
    width: 40%;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 600;
    line-height:2.8;
}
.ItemContent {
    width: 60%;
    display: block;
    float: left;
    font-size: 14px;
    line-height:2.8;
}

    .ItemContent:hover .ItemContentEditIco {
    display:inline;
    }


.ItemContentEditIco {
    color: #10a1db;
    margin-left: 10px;
    cursor: pointer;
    display:none;
}


/*End 企业基本信息表格*/

/* 师资库个人情况登记表 */
.btbg {
    text-align: center;
}


/* End师资库个人情况登记表 */

/* 二建建学习 */
.videoCent{
    width: 100%;
    /* height: 520px; */
    border: 1px solid #ddd;
    /* background: #1f1f1f; */
}

.videoCenterSaleList {
    height: 520px;
    margin-left: -5px;
    margin-top: 20px;
    min-height: 520px;
    max-height: 520px;
    overflow: hidden;
    width: 235px;
}


    .videoCenterSaleList .ListHotText {
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
        font-size: 20px;
        padding-bottom: 5px;
    }
    .videoCenterSaleList li {
    padding:0px;
    overflow:hidden;
    }

        .videoCenterSaleList li.list-group-item img {
            height: 120px;
            width: 233px;
        }


.glyphicon-myonoff {
    width: 67px;
    height: 32px;
    margin-right: 10px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.videopanlspanionoff i.myon {
    background-image: url(../images/icon_on.png);
}

.videopanlspanionoff i.myoff {
    background-image: url(../images/icon_off.png);
}


.videopanlspanionoff {
    padding: 0;
    margin: 0;
    float: right;
    font-size: 14px;
}


.videoCenterSaleList li:first-child span {
    padding: 0px 0px 10px 0px;
}
    .videoCenterSaleList li img {
    margin-bottom:4px;
    
    }
        .videoCenterSaleList li.list-group-item {
            margin-bottom: 10px;
        }
        


        .videoCenterSaleList li span.HotSpanText {
            padding: 10px;
            font-size: 16px;
            color: green;
        }

    .videoCenterSaleList li span.HotSpanTextPlayHits {
        padding: 5px 25px;
        color: #999;
    }

    .videocenter-sort-nav-padding {
        margin-top: 15px;
        padding-right: 10px;
        padding-left: 10px;
        width:1170px;
    }
    .videocenter-sort-nav-padding .panel-body {
        padding: 7px 15px 7px 15px;
        background-color: #f5f5f5;
    }
    .videocenter-sort-nav-padding .panel-default {
        margin-bottom: 0px;
    }


    .videocenter-sort-nav-padding dt, .videocenter-sort-nav-padding dd {
        float: left;
        font-size: 14px;
        padding-right: 15px;
        padding-left: 15px;
        cursor: pointer;
        line-height: 30px;
        height: 30px;
    }

.col-lg-6-panl-ux {
    width: 559px;
    float: left;
}
.col-lg-4-panl-ux {
    float: left;
}

.col-lg-8-panl-ux {
    width: 700px;
    float: left;
}

.videocenter-sort-nav-padding dt a, .videocenter-sort-nav-padding dd a {
    color: #333;
}
        .videocenter-sort-nav-padding dt a:hover, .videocenter-sort-nav-padding dd a:hover {
            color: #3399FF;
        }
    .videocenter-sort-nav-padding .action, .videocenter-sort-nav-padding .action {
        background-color: #3399FF;
        color: #fff;
    }

        .videocenter-sort-nav-padding .action a {
            color: #FFF;
        }
        .videocenter-sort-nav-padding .action a:hover {
            color: #FFF;
        }

    .videocenter-sort-nav-padding i {
        color:#999;
    }

.videocenter-sort-nav-padding .price-item-my-cur-up:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: relative;
    left: 33px;
    top: -13px;
    border-top: 5px solid #ccc;
    margin-top: 2px;
}

.videocenter-sort-nav-padding .price-item-my-cur-up:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #23b8ff;
    position: relative;
    left: 23px;
    top: -43px;
}


    .videoChapter {
        border-left: 0;
        border-right: 0;
        margin-bottom: 0;
    }
        .videoChapter div.thumbnail {
            width: 381px;
            margin-left: 1px;
            height: 250px;
            overflow: hidden;
        }

.videoCenterSaleList img.videoLeftSalePlay {
    cursor: pointer;
}


.thumbnail img.lazy {
    width: 100%;
    height: 204px;
    overflow: hidden;
}

.b_right .panel {
    border: 0px;
}
.hotplayer {
    float: left;
    margin: 13px 0 0 15px;
    /*height:0;*/
    opacity:1.0;
}
    .hotplayer .player {
        width: 578px;
        height: 318px;
    }

    .videoTitle {
        float: right;
        width: 32%;
        padding: 15px;
        color: #fff;
        text-align: left;
    }
.videoCentBG {
    width: 100%;
    height: 349px;
    margin: 0px auto;
    background: #1f1f1f;
    overflow:hidden;
}

.videoMLeft {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    background-image: url(../images/Connectingline.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    height: 50px;
}

    .videoMLeft span {
        font-size: 20px;
        color: red;
        font-weight:600;
    }
    .videoMLeft span:hover {
        color: #666;
    }
        .videoMRight {
    float: left;
}

.video-ClassChapter {
    font-size: 23px;
    border-bottom: 1px solid #696464;
    max-width: 255px;
    overflow: hidden;
}
.videoCent .TeachName {

}

.videoCent p.TeachPersonalIntroduction {
}
.videoCent .ClassPrice {

}

.videoCent .SalePrice {
    font-size: 24px;
    color: #fb1414;
    font-family: verdana,arial;
}

.videoCent span.TeachPersonalIntroductionTitle {
    font-weight: 600;
    color: #1374d6;
}

.videoCent .PraiseNumber {
    color:#cc4444;
    font-size:14px;
}

/*人气 带效果 */
.videoCent span.PersonalIntroductionPraise {
    font-size:11px;
    padding-left: 35px;
    background-image: -webkit-linear-gradient(left,blue,#66ffff 10%,#cc00ff 20%,#CC00CC 30%, #CCCCFF 40%, #00FFFF 50%,#CCCCFF 60%,#CC00CC 70%,#CC00FF 80%,#66FFFF 90%,blue 100%);
    -webkit-text-fill-color: transparent; /* 将字体设置成透明色 */
    -webkit-background-clip: text; /* 裁剪背景图，使文字作为裁剪区域向外裁剪 */
    -webkit-background-size: 200% 100%;
    -webkit-animation: masked-animation 4s linear infinite;
}
@keyframes masked-animation {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -100% 0;
    }
}
/*人气  带效果  END */

.videoCent p.TeachPersonalIntroduction span.PersonalIntroduction {
    font-size:12px;
}

.videotypelistimg {
    width:371px;
    height:204px;
}

.loadingmorevideo {
    padding: 4px 12px;
    border-radius: 15px;
    border-color: #f3731e;
    color: #f3731e;
    background: #fffbf4;
    font-size: 16px;
}

.video-ClassChapter > .ClassName {
    display: block;
    padding-left: 10px;
    font-size: 14px;
    max-width: 255px;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 5px;
}
.video-Introduce {
    padding-top: 10px;
    font-size: 14px;
    border-bottom: 1px solid #696464;
    height: 138px;
    overflow: hidden;
}
.vide-price{
    text-align: center;
    border-bottom: 1px solid #696464;
    
}
.price_but{
    background-color:transparent;
    color: #fff;
}
.btn-warning{
    background-color: #f3731e ;
    border-color: #f3731e ;
}
.video-share{
    float: right;
    line-height: 30px;
    width:500px;
}

.video_lg_padding {
    padding: 10px;
    width: 1170px;
}

    .video_lg_padding .panel-heading {
        font-size:20px;
    }


    /**弹出之支付二维码*/
.videocenterpayqrcode {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 25%;
    /*left: 48%;*/
    width: 380px;
    height: 308px;
    border: 2px solid #666;
    background-color: #fff;
    padding: 15px;
}

.videocenterpayqrcodeclose {
    display: inline-block;
    float: right;
    margin-top: -10px;
    margin-right: -12px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-image: url("../images/close.png");
    background-repeat: no-repeat;
}

#videoweixinpaytab, #videoalipaytab, #videootherpaytab {
    padding: 15px;
}

.videocenterpayqrcode .qrcode {
    margin-left: -15px;
    float: left;
    width: 125px;
}

.ztcqrcode {
    float: left;
    width: 138px;
    text-align: right;
}


#videoorderpaydetailprice {
    color: orangered;
    font-size: 18px;
}

#videoorderpaydetailname {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 280px;
    height: 24px;
    display: block;
    float: right;
    text-align: left;
}

.videocenterpayqrcode .payinfo {
    float: right;
    width: 190px;
    margin-right: -15px;
}

.ztcpayinfo {
    margin: 15px;
    float: left;
   
}

#videopayokbtn {
    cursor: pointer;
}
    #videopayokbtn:hover {
        color: #069205;
    }

.curriculum-cont .play_span {
    padding-left: 10px;
    padding-top: 5px;
    height: 40px;
    font-size: 16px;
}

    .curriculum-cont .play_span .play_span_left {
        float: left;
        display: inline-block;
        width: 160px;
        height: 26px;
        line-height: 26px;
        background-image: url(../images/play.png);
        background-size: 24px 24px;
        background-repeat: no-repeat;
        color: #f3731e;
    }
    .curriculum-cont .play_span :hover {
    cursor:pointer;
    
    }
    .curriculum-cont .play_span .play_span_right {
        float: right;
        color: #989898;
        margin-right: 10px;
    }

    .curriculum-cont .play_span .videobuy_span_btn {
        float: right;
        color: #bc1d1d;
        margin-right: 20px;
        padding-left: 5px;
        padding-right: 5px;
        border: 1px solid;
        font-weight: 600;
    }
        .curriculum-cont {
    position: relative;
}



    .bd_weixin_popup{
    height: 300px !important;
}
.points {
    padding: 5px 20px;
    height: 127px;
    overflow: hidden;
    width:100%;
}

/*.a-tabs{
    float: left;
    line-height: 45px;
}
.a-tabs>span{
    float: left;
    color: #39f;
}*/
.catalog li{
    float: left;
    width: 30%;
    height: 35px;
    line-height: 35px;
    text-align:center;

}


.PraiseIcon, .DisPraiseIcon {
    padding:3px;
    cursor:pointer;
}

.catalog li > a:hover {
    color: #f3731e;
}
    .catalog li > a {
        color: #39f;
        font-size: 16px;
        font-weight: 500;
        display: block;
    }

.catalog .active > a:hover {
    color: #ffeb3b;
}

.class_detail {
    position: absolute;
    top: -204px;
    left: 0;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    overflow:hidden;
}

.btn_allclasstest {
    float: right;
    margin-right: 60px;
    padding: 4px 12px;
    border-radius: 15px;
    border-color: #5f5f5f;
    color: #f3731e;
    background: #fff;
    font-size: 16px;
    outline: none !important;
}
.test:hover{
    color: #fff;
    background: #f3731e;
}
.chapter-on {
    float: right;
    cursor: Pointer;
    color: #999;
}

.chapter-on>span{
    position: relative;
    top: -1px;
}

.videoChapter .pagination > li > a, .videoChapter .pagination > li > span {
    border: 1px solid #f3731e;
    color: #f3731e;
}

.videopage li {
margin :5px;

}

.playerhits {
    font-size: 11px;
    color: #999;
    margin-left: 15px;
}


.service-img {
    display: inline-block;
    width: 160px;
    height: 160px;
}
.service .row  div{
    margin-left: 30px;
}
.newRight i{
    display: inline-block;
    float: right;
    width: 15px;
    height: 15px;
    background: url('../images/play.png') no-repeat;
    background-size: 15px 15px;
}
.newRight li{
    background: #f5f5f5;
}




/* End一建学习 */


/*九大员信息处理*/
.jdyimghelpinfo {
    position: absolute;
    margin-top: 5px;
    margin-left: 5px;
    padding: 5px;
    font-size: 14px;
    background-color: #333;
    color: #ff0;
    border-radius: 5px;
    opacity: 0.8;
    cursor:pointer;
}

#frmJdyUser [type="file"] {
    display: none;
}

#frmJdyUser img {
    box-shadow: #57a8e2 0px 0px 2px 0px;
}

.usermain_right_div_jdy .input-group-addon {
    width: 94px;
    text-align: right;
}
.usermain_right_div_jdy [type="text"] {
    width: 280px;
    z-index: 0;
}
.jdyuploadinfo,.bimuploadinfo {
    display: none;
}

.sfz_left_img {
    float:left;
}

.sfz_right_img {
    float: left;
    margin-left:15px;
}

.glyphicon-myfpsq {
    width: 30px;
    height: 18px;
    display: inline-block;
    background-image: url(../images/fpsq.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.glyphicon-myprint {
    width: 30px;
    height: 18px;
    display: inline-block;
    background-image: url(../images/icon_print.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#OrderDetailTable thead {
    letter-spacing: 2px;
}

#OrderDetailTable span.show-all-remarks {
    color: #00f;
    cursor: pointer;
    display: inline-block;
    float: right;
}

.fixed-table-pagination {
    position: relative;
    z-index: 0;
}

#OrderDetailTable i.glyphicon {
    font-size: 18px;
    color: #666;
    margin-left: 10px;
    cursor: pointer;
}
    #OrderDetailTable i.glyphicon:hover {
        color: #3399ff;
    }
    .jdygznxsm i img, .jdybkzysm80709120457 i img {
    display: none;
}
.jdygznxsm {
    color: red;
}

.jdygznxsm i {
    color: #333;
    margin-right:6px;
}

    .jdygznxsm i:hover img {
        display: block;
        position: absolute;
        z-index: 3;
        border: 2px solid #f00;
        right: -98px;
        top: 24px;
    }
.jdybkzysm80709120457 i:hover img {
    display: block;
    position: absolute;
    z-index: 3;
    border: 2px solid #f00;
    top: 25px;
    left: -148px;
}

.sp_en_set {
    font-family: sans-serif;
    color: #000;
    font-weight: 600;
    background-color: none !important;
}

#ShowCartJdyUserInfo {
    display: none;
    margin-left: 245px;
    font-size: 11px;
    color: #e13208;
    padding: 5px;
    border: 1px solid #1e639f;
    background-color: #d3d7db;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 2px 1px #337ab7;
}

.inputnulltext {
border:3px solid red;
}


.img-jdy-ybtu-overflow #jdysfz_tempimg {
    width: 210px;
    height: 130px;
    overflow: hidden;
}

.img-jdy-ybtu-overflow #jdyPhoto_tempimg {
    width: 210px;
    height: 130px;
    overflow: hidden;
}
.img-jdy-ybtu-overflow #jdyPhoto_tempimg {
    width: 184px;
    height: 130px;
    overflow: hidden;
}
.img-jdy-ybtu-overflow #jdyPhoto_tempimg {
    width: 92px;
    height: 130px;
    overflow: hidden;
}

/*九大员信息处理 END*/
/*体验中心滚动*/
#marthbox {
    height: 400px;
    background-color: #f2f2f2;
    overflow: hidden;
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
}
/*体验中心滚动 END*/


/**安全体验*/

.OrderPanlAQTY {
    display: none;
    border:solid #eee 1px;
}

    .OrderPanlAQTY .aqtypanltitle {
        background-color: #eee;
        height: 35px;
        line-height: 35px;
        padding-left: 15px;
        font-size: 16px;
    }
    .OrderPanlAQTY .aqtyhzbxz {
        margin-left: 80px;
        color: red;
        font-size: 12px;
    }

    .OrderPanlAQTY #frmaqtybm {
    margin:15px;
    }

#frmaqtybm .input-group-addon {
    border-radius: 0;
}

.OrderPanlAQTY .form-control {
    border-radius: 0;
}
.OrderPanlAQTY .input-group-addon-mywtime {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
}
.OrderPanlAQTY .ullitimelist {
    line-height: 15px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 4px;
    width: 160px;
    cursor: pointer;
    padding-top: 10px;
}

    .OrderPanlAQTY .ullitimelist:hover {
        border: 1px solid #337ab7;
        box-shadow: inset 0px 0px 20px 0px #64b2ff;
    }
    .OrderPanlAQTY .ullitimelist span {
        display: block;
        -moz-user-select: none;
        -khtml-user-select: none;
        user-select: none;
    }
.AnQuanTiYanSubmitButtonMyHope {
        display:none;
}

.OrderPanlAQTY .ullitimelist:active {
    background-color: #3399ff;
}
    .OrderPanlAQTY  .active {
        background-color: #3399ff;
    }

.OrderPanlAQTY .divSelectFile {
    position: relative;
    float: left;
    top: -98px;
    left: 263px;
    width: 38px;
    height: 20px;
}
    .OrderPanlAQTY .divSelectFile .UploadFileOutInfo {
        position: relative;
        float: left;
        top: 0px;
        left: 0px;
        width: 581px;
        height: 84px;
    }

        .OrderPanlAQTY .divSelectFile .UploadFileOutInfo .UploadFileOutInfoLeft {
            float: left;
            background-color: #ccc;
            height: 83px;
            width: 95px;
            font-size: 16px;
            line-height: 16px;
            cursor: pointer;
            text-align: center;
            border: 1px solid #ccc;
            position: relative;
        }

@keyframes myrotate {
    25% {
        background: #af2121;
    }
    50% {
        background: #bc1a1a;
    }
    75% {
        background: #dc4747;
    }
    100% {
        background: red;
    }
}
.UploadFileOutInfo .UploadFileOutInfoLeft .uploadnumber {
    position: absolute;
    background-color: #af2121;
    top: -27px;
    right: -30px;
    z-index: 2;
    padding: 3px;
    font-size: 11px;
    color: #fff;
    border: 1px solid #9d0c0c;
    animation: 3s linear 1s infinite myrotate;
    -webkit-animation: 3s linear 1s infinite myrotate;
    display: none;
}

    .UploadFileOutInfo .UploadFileOutInfoLeft .uploadnumber .borderhorn {
        width: 0;
        height: 0;
        position: absolute;
        bottom: 5px;
        left: 5px;
        color: #b02121;
    }
    .UploadFileOutInfo .UploadFileOutInfoLeft .uploadnumber .borderhorn:before {
        content: "\e252";
        font-family: 'Glyphicons Halflings';
    }

    .OrderPanlAQTY .divSelectFile .UploadFileOutInfo .UploadFileOutInfoRight {
        float: left;
        background-color: #fffdca;
        margin-left: 15px;
        width: 470px;
        max-height: 95px;
        overflow: hidden;
        border: 1px solid #ccc;
        display: none;
    }

    #MyHopeTable i.glyphicon {
        font-size: 18px;
        color: #666;
        cursor: pointer;
    }

    #YuYueUserInfoEditTable i.glyphicon {
        font-size: 18px;
        color: #666;
        cursor: pointer;
    }

    #YuYueUserInfoEditTable i.glyphicon:hover, #MyHopeTable i.glyphicon:hover {
        color: #3399ff;
    }


    .OrderPanlAQTY .divSelectFile .UploadFileOutInfo .UploadFileOutInfoRight p {
        margin: 0;
        padding: 5px;
    }

    .UploadFileOutInfoRight .UploadFileOutInfoModal {
        width: 110px;
        padding: 2px;
        border: 1px solid #d2601d;
        background-color: #fbb391;
        cursor: pointer;
    }


    .timeselectlist {
        max-height: 225px;
        overflow-y: auto;
    }

    #btneditoneuserinfoPanl .input-group {
        margin-top: 15px;
    }

    #btneditoneuserinfoPanl .input-group input {
        width: 248px;
    }

    #btneditoneuserinfoPanl .input-group .input-group-addon {
        width: 120px;
        text-align: right;
    }

    #btnEditAnQuanTiYanPanlSave {
        margin-top: 15px;
    }
    /**安全体验 END*/
    /* BIM 业务*/

    .bimimghelpinfo {
        position: absolute;
        margin-top: 5px;
        margin-left: 5px;
        padding: 5px;
        font-size: 14px;
        background-color: #333;
        color: #ff0;
        border-radius: 5px;
        opacity: 0.8;
        cursor: pointer;
    }

    #frmBIMUser [type="file"] {
        display: none;
    }

    #frmBIMUser img {
        box-shadow: #57a8e2 0px 0px 2px 0px;
    }

    .usermain_right_div_bim .input-group-addon {
        width: 110px;
        text-align: right;
    }

    .usermain_right_div_bim [type="text"] {
        width: 258px;
        z-index: 0;
    }

    .bimuploadinfo {
        display: none;
    }


    .img-bim-ybtu-overflow #bimsfz_tempimg {
        width: 210px;
        height: 130px;
        overflow: hidden;
    }

    .img-bim-ybtu-overflow #bimPhoto_tempimg {
        width: 210px;
        height: 130px;
        overflow: hidden;
    }

    .img-bim-ybtu-overflow #bimPhoto_tempimg {
        width: 184px;
        height: 130px;
        overflow: hidden;
    }

    .img-bim-ybtu-overflow #bimPhoto_tempimg {
        width: 92px;
        height: 130px;
        overflow: hidden;
    }



    .temphr5656995232678636456436 {
        width: 90%;
        background-color: #6fbdd4;
        height: 2px;
        float: left;
        margin-bottom: 12px;
        margin-left: 50px;
    }

    .bimuserinfopanel {
        overflow: hidden;
    }

    .bimjgsmimgclass img {
        display: none;
        position: absolute;
        z-index: 3;
        border: 2px solid #f00;
        right: -98px;
        top: 24px;
    }

    .bimjgsmimgclass i:hover img.bimjgsmimgclass56sd5f656sdfe {
        display: block;
    }




    .hidebimuserinfooverflow {
        display: none;
        float: right;
        cursor: pointer;
        font-size: 18px;
        line-height: 16px;
    }

    /*成绩查询按键*/
.btn_bim_search_achievement {
    cursor:pointer;
    display:block;
    position:relative;
}

#modal_bim_search_achievement input {
width:160px;
}


.btn_bim_search_achievement .icon_bim_hot {
    width: 22px;
    height: 22px;
    position: absolute;
    top: -2px;
    display: block;
    right: 53px;
    background-repeat: no-repeat;
    background-image: url(../images/cssicon.png);
    background-position: 0 -451px;
}
/*成绩查询返回结果*/
.modal_bim_search_achievement_message {
    min-height: 95px;
}

    .modal_bim_search_achievement_message .message_951236584 {
        display: none;
        text-align: center;
        line-height: 45px;
        font-size: 18px;
        font-weight: 600;
        color: #a51111;
    }
    .modal_bim_search_achievement_message .fail_951236584 {
        display: none;
        text-align: center;
        line-height: 65px;
        font-size: 18px;
        color: #f43;
    }
    .modal_bim_search_achievement_message .pass_951236584 {
        display: none;
        text-align: center;
        line-height: 65px;
        font-size: 18px;
        color: #1e950a;
    }
/* BIM 业务 END*/
    /*退费业务   xytuifeishenqing */
    .TuiFeiFormPanl .tuifei_table {
    border: solid 1px #666;
    width: 900px;
}
    .TuiFeiFormPanl .tuifei_table tr {
        height:47px;
    }

        .TuiFeiFormPanl .tuifei_table tr td {
            border: solid 1px #666;
            vertical-align: middle;
            text-align:left;
        }
            .TuiFeiFormPanl .tuifei_table tr td input {
                height: 30px;
                border: none;
                text-align: left;
                width:100%;
            }

    .TuiFeiFormPanl .tuifei_table td.tuifei_table_pro_title {
        width: 90px;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        background-color: #f5f5f5;
    }
    .TuiFeiFormPanl .tuifei_table td.tuifei_table_item_title {
        width: 90px;
        text-align: center;
        background-color: #f5f5f5;
    }

#xytuifeishenqing {
    text-align: center;
}

    #frm_tuifeishenqing {
        margin-top: 25px;
    }

.frm_tuifeishenqing_left {
    width: 95px;
    float: left;
    border: 1px solid #666;
    font-weight: 600;
    height: 441px;
}

    .frm_tuifeishenqing_right {
        width: 804px;
        border: 1px solid #666;
        border-left: none;
        float: left;
    }

    .frm_tuifeishenqing_left_row1 {
        height: 140px;
        border-bottom: 1px solid #666;
        line-height: 30px;
        padding-top: 42px;
    }

.frm_tuifeishenqing_left_row2, .frm_tuifeishenqing_left_row3, .frm_tuifeishenqing_left_row4 {
    border-bottom: 1px solid #666;
    line-height: 45px;
}

    .frm_tuifeishenqing_left_row5 {
        height: 160px;
        line-height: 160px;
    }


    .frm_tuifeishenqing_right_row {
    }

    .frm_tuifeishenqing_right_row6 {
        height: 155px;
        text-align: left;
        padding: 5px;
        overflow-y: auto;
    }

    .frm_tuifeishenqing_left_row_submit {
        height: 0px;
    }



    .backgroundf5f5f5 {
        background-color: #f5f5f5;
    }


.frm_tuifeishenqing_right_row span{
    float: left;
    display: block;
    padding: 8px;
    border: none;
    line-height: 30px;
}

    .frm_tuifeishenqing_right_row span.upload_icon {
        width: 23px;
        float: left;
        line-height: 12px;
    }




    .frm_tuifeishenqing_right_row input {
        text-align: left;
    }

.frm_tuifeishenqing_right_selectyuanyin {
    text-align: left;
    height: 29px;
    border: none;
    padding-left: 8px;
    background-color: #f0f0f0;
    max-width: 220px;
}

    .frm_tuifeishenqing_right_upfile {
        cursor: pointer;
        background-color: #dcedff;
        position: relative;
    }

        .frm_tuifeishenqing_right_upfile i {
            position: absolute;
            z-index: 2;
            top: 31px;
            right: 60px;
            color: #008000;
            display: none;
        }

    .frm_tuifeishenqing_right_upfile:hover {
        background-color: #b8d2ed;
    }

span.frm_tuifeishenqing_right_row_moban {
    width: 50px;
    color: #b50303;
    cursor: pointer;
    background-color: #ffebce;
}

#frm_tuifeishenqing_right_row_moban_companyproveimg {
    border: 1px solid #f00;
    position: absolute;
    z-index: 3;
    right: -424px;
    top: 40px;
    display: none;
}


span.txt_tuifeiUpfile_CaseProve_demo {
    display: none;
    position: absolute;
    z-index: 2;
    right: -264px;
    top: 40px;
    width: 720px;
    background-color: #fff;
    border: 1px solid #f00;
    overflow: hidden;
    height: 400px;
}


#frm_tuifeishenqing_right_row_moban_companyprovesp:hover #frm_tuifeishenqing_right_row_moban_companyproveimg {
    display: block;
}


.frm_tuifeishenqing_submit {
    border: 1px solid #1b4401;
    padding: 7px 0px;
    font-size: 22px;
    background-color: #2c6d03;
    color: #fff;
    cursor: pointer;
    width: 287px;
    position: relative;
    margin-top: -19px;
}

    span.frm_tuifeishenqing_right_selectyuanyin_showmessage {
        width: 550px;
        color: #e04304;
        padding: 0;
        border: 0;
        text-align: left;
        overflow: hidden;
    }


    .frm_tuifeishenqing_right_row_moban:hover span.txt_tuifeiUpfile_CaseProve_demo {
        display: block;
    }

    .TuiFeiShenQingTableList_Title {
        font-size: 1.6rem;
        background: #ffebce;
        color: #000;
    }

#tuifei_upfile_CompanyProve, #tuifei_upfile_CaseProve {
display:none;
}



.btn_AddTuiFeiShenQing {
    float: right;
    padding: 5px;
    border: 1px solid #d05707;
    background: #f3731e;
    cursor: pointer;
    color: #fff;
    margin-bottom: 5px;
}

    .TuiFeiFormPanl {
        height: 0px;
        width: auto;
        /*overflow: hidden*/
    }

.TuiFeiFormPanlShow {
    height: 720px;
    -webkit-transition: height 2s, -webkit-transform 2s; /* For Safari 3.1 to 6.0 */
    transition: height 2s, transform 2s;
    margin-top: 30px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* webkit specific CSS */
    .frm_tuifeishenqing_left_row2, .frm_tuifeishenqing_left_row3, .frm_tuifeishenqing_left_row4 {
        height: 47px;
        border-bottom: 1px solid #666;
        line-height: 45px;
    }
    .frm_tuifeishenqing_left {
        height: 444px;
    }

}
    /*退费业务  END */

    /*两边 ADV*/
.advertisements_sides {
    height:0px;
    width:0px;
}


    .advertisements_sides .btnGroupLeft {
        position: fixed;
        left: 50%;
        margin-left: -707px;
        top: 155px;
        width: 120px;
        height: 526px;
        background-color: #a9a9a9;
        z-index: 5;
        text-align: center;
        border-radius: 10px;
        overflow: hidden;
    }
        .advertisements_sides .btnGroupLeft ul li {
            padding-top:4px;
        }

            .advertisements_sides .btnGroupLeft ul li img.on {
                background-color: #39f;
            }


            .advertisements_sides .btnGroupLeft ul li img:hover {
                background-color: #39f;
                border-radius: 5px;
                cursor: pointer;
            }

    .advertisements_sides .advertisements_sides_left {
        position: fixed;
        left: 50%;
        margin-left: -707px;
        top: 155px;
        width: 120px;
        height: 385px;
        z-index: 3;
        border-radius: 10px;
        overflow: hidden;
        display: none;
    }

    .advertisements_sides .advertisements_sides_right {
        position: fixed;
        left: 50%;
        margin-left: 590px;
        top: 155px;
        right: 215px;
        width: 120px;
        height: 385px;
        z-index: 3;
        border-radius: 10px;
        overflow:hidden;
        display: none;
    }

.advertisements_sides .colse_btn {
    bottom: 0px;
    right: 0px;
    position: absolute;
}
.advertisements_sides img {
max-width:120px;
max-height:385px;
overflow:hidden;
}

@media screen and (min-width: 1440px) {
    .advertisements_sides .advertisements_sides_left, .advertisements_sides .advertisements_sides_right {
        display: block;
    }
}

    /*两边 ADV  End*/


    /*ad_slider.ascx*/

.ss-li-row-left {
    width: 40%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 100px;
}

.ss-li-row-right {
    width: 40%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 30px;
    margin-right: 15px;
}

.roll-wrap:hover .control {
    display: block;
}

.roll-wrap {
    float: right;
    position: relative;
    width: 93%;
    height: 40px;
    overflow: hidden;
}

.roll_row .roll__list::before, .roll_row .roll__list::after {
    content: "";
    display: table;
    line-height: 0;
}

.roll_row .roll__list::after {
    clear: both;
}

.roll_row .roll__list {
    width: 9999px;
}

.roll_col li {
    display: block;
    height: 60px;
    line-height: 35px;
    font-size: 11px;
    font-weight: bold;
    margin-left: 10px;
    text-align: left;
    color: #999;
    width: 1200px;
}

    .roll_col li a {
        color: #999;
        font-size: 11px;
    }
/*ad_slider.ascx END*/

/*一建新考选择器*/

#yjxkselectpanel {
    padding-top: 15px;
    display: none;
    user-select: none;
}


    #yjxkselectpanel .label_box > label {
        display: block;
        float: left;
        margin: 0 10px 10px 0;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        user-select: none;
    }

        #yjxkselectpanel .label_box > label > input {
            position: absolute;
            top: 0;
            left: -20px;
        }

        #yjxkselectpanel .label_box > label > span {
            display: inline-block;
            width: 198px;
            border: #dddddd solid 1px;
            height: 85px;
            line-height: 25px;
            color: #666666;
            user-select: none;
            overflow: hidden;
            position: relative;
            padding: 5px;
        }

        #yjxkselectpanel .label_box > label > input:checked + span {
            border: #02ba02 solid 1px;
            color: #d51917;
            background-color: #bce9bb;
        }


    #yjxkselectpanel .label_box > .tag_box {
        width: 66px;
        float: left;
        font-size: 16px;
        font-weight: bold;
        line-height: 45px;
        height: 60px;
        margin-right: 15px;
        padding: 7px;
        color: #f3731e;
        border-bottom: 3px solid #444;
        
    }




    #yjxkselectpanel .label_box > label > input:checked + span:after {
        content: '';
        display: block;
        width: 28px;
        height: 31px;
        background-color: #113b11;
        transform: skewY(-45deg);
        position: absolute;
        bottom: -17px;
        right: 0;
        z-index: 1;
    }

#yjxkselectpanel .label_box > label > input:checked + span:before {
    content: '';
    display: block;
    width: 8px;
    height: 16px;
    border-right: #2aa829 solid 2px;
    border-bottom: #2aa829 solid 2px;
    transform: rotate(35deg);
    position: absolute;
    bottom: 2px;
    right: 4px;
    z-index: 2;
}

#yjxkselectpanel3 {
display:none;
}

#yjxkselectpanel3 .user-idnum-pane {
    background: #eee;
    width: 330px;
    padding: 10px;
    text-align: center;
    float: left;
    border: 1px dotted #6a84ee;
}


        #yjxkselectpanel3 .user-idnum-pane > input {
            width: 150px;
            margin: 5px;
            height: 30px;
            line-height: 30px;
            border: 1px solid #a8a8a8;
            padding-left: 15px;
        }


    #yjxkselectpanel3 .YrJianJoinToCart {
        display: none;
        position: relative;
        width: 106px;
        height: 62px;
        background: #2aa829;
        color: #fff;
        margin-left: 15px;
        padding: 7px 15px;
        cursor: pointer;
    }
    #yjxkselectpanel3 .YrJianJoinToCart-show {
        display: inline-block;
        
    }
        #yjxkselectpanel3 .YrJianJoinToCart:hover {
            box-shadow: 0 0 2px 2px #348634;
        }

        #yjxkselectpanel3 .YrJianJoinToCart .yj-personalselectprice {
            position: absolute;
            left: 12px;
            color: #ff0;
            top: 28px;
            font-size: 22px;
        }

#yjxkselectpanel .label-box-price {
    width: 110px;
    color: #999;
    text-decoration: line-through;
}

#yjxkselectpanel .label-box-discountprice {
    margin-left: 10px;
    width: 90px;
    color: #e57d22;
    font-size: 16px;
}


#yjxkselectpanel .YrJianJoinToCart .yj-personalselectprice::before {
    content: "￥";
    font-size: 12px;
    color: #fff;
    padding-right: 3px;
}

/*End 一建新考*/

/*二建新考选择器*/

#ejxkselectpanel {
    padding-top: 15px;
    display: none;
    user-select: none;
}


    #ejxkselectpanel .label_box > label {
        display: block;
        float: left;
        margin: 0 10px 10px 0;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        user-select: none;
    }

        #ejxkselectpanel .label_box > label > input {
            position: absolute;
            top: 0;
            left: -20px;
        }

        #ejxkselectpanel .label_box > label > span {
            display: inline-block;
            width: 198px;
            border: #dddddd solid 1px;
            height: 85px;
            line-height: 25px;
            color: #666666;
            user-select: none;
            overflow: hidden;
            position: relative;
            padding: 5px;
        }

        #ejxkselectpanel .label_box > label > input:checked + span {
            border: #02ba02 solid 1px;
            color: #d51917;
            background-color: #bce9bb;
        }


    #ejxkselectpanel .label_box > .tag_box {
        width: 66px;
        float: left;
        font-size: 16px;
        font-weight: bold;
        line-height: 45px;
        height: 60px;
        margin-right: 15px;
        padding: 7px;
        color: #f3731e;
        border-bottom: 3px solid #444;
    }

    #ejxkselectpanel .label_box > label > input:checked + span:after {
        content: '';
        display: block;
        width: 28px;
        height: 31px;
        background-color: #113b11;
        transform: skewY(-45deg);
        position: absolute;
        bottom: -17px;
        right: 0;
        z-index: 1;
    }

    #ejxkselectpanel .label_box > label > input:checked + span:before {
        content: '';
        display: block;
        width: 8px;
        height: 16px;
        border-right: #2aa829 solid 2px;
        border-bottom: #2aa829 solid 2px;
        transform: rotate(35deg);
        position: absolute;
        bottom: 2px;
        right: 4px;
        z-index: 2;
    }

#ejxkselectpanel3 {
    display: none;
}

    #ejxkselectpanel3 .user-idnum-pane {
        background: #eee;
        width: 330px;
        padding: 10px;
        text-align: center;
        float: left;
        border: 1px dotted #6a84ee;
    }


        #ejxkselectpanel3 .user-idnum-pane > input {
            width: 150px;
            margin: 5px;
            height: 30px;
            line-height: 30px;
            border: 1px solid #a8a8a8;
            padding-left: 15px;
        }


    #ejxkselectpanel3 .ErJianJoinToCart {
        display: none;
        position: relative;
        width: 106px;
        height: 62px;
        background: #2aa829;
        color: #fff;
        margin-left: 15px;
        padding: 7px 15px;
        cursor: pointer;
    }

    #ejxkselectpanel3 .ErJianJoinToCart-show {
        display: inline-block;
    }

    #ejxkselectpanel3 .ErJianJoinToCart:hover {
        box-shadow: 0 0 2px 2px #348634;
    }

    #ejxkselectpanel3 .ErJianJoinToCart .personalselectprice {
        position: absolute;
        left: 12px;
        color: #ff0;
        top: 28px;
        font-size: 22px;
    }

#ejxkselectpanel .label-box-price {
    width: 110px;
    color: #999;
    text-decoration:line-through;
}

#ejxkselectpanel .label-box-discountprice {
    margin-left: 10px;
    width: 90px;
    color: #e57d22;
    font-size: 16px;
}



#ejxkselectpanel .ErJianJoinToCart .personalselectprice::before {
    content: "￥";
    font-size: 12px;
    color: #fff;
    padding-right: 3px;
}


/*结账态*/
#weixinpaytab {
    display: none;
}

